home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 081 / opus3.arc / OKIT_000.ARC / READ.ME < prev    next >
Text File  |  1987-01-01  |  5KB  |  140 lines

  1.  
  2.          THANKS to David Finster, system operator of the "OPUSinfo Here"
  3.          bulletin board in Dallas.  He put together the installation
  4.          kit and most of the archives in the Opus system.
  5.  
  6. ------------------------------------------------------------------------------
  7.  
  8.          You should already have a basic OPUS system on your computer.
  9.          If you do not, please go read oKIT_000.DOC to find out how
  10.          to do it.
  11.  
  12.          The following material is only for those who have already
  13.          installed OPUS.
  14.  
  15. ------------------------------------------------------------------------------
  16.  
  17.  
  18.         INSTALLATION FINAL STEPS:
  19.  
  20.  
  21.         Step 1:
  22.             Un-Arc OCOMM_???.ARC, and place the file OPUSCOMM.COM 
  23.             in your root directory. This is the Memory-Resident 
  24.             I/O driver for Opus. Opus WILL NOT run without this 
  25.             driver. It only needs to be run once, at Boot time.
  26.             Your AutoExec batch file is a good place to place a 
  27.             statement to run it, like this:
  28.  
  29.                      OpusComm
  30.  
  31.            Step 2:
  32.             Make sure that you have ample FILES and BUFFERS in your
  33.             CONFIG.SYS. I recommend:
  34.                        
  35.                        FILES=30
  36.                        BUFFERS=60
  37.  
  38.         Step 3:
  39.             Set the Time Zone variable. This is a DOS variable used 
  40.             by Opus to determine what time zone you are in.
  41.             In your AutoExec batch file, you would include a line:
  42.                         
  43.                         SET TZ=[time zone]
  44.             
  45.             Some of the possible time zones are:
  46.  
  47.                   EASTERN
  48.                   ----------------------------------------------
  49.                   For standard time......... SET TZ=EST+05
  50.                   For daylight time......... SET TZ=EDT+04
  51.  
  52.                   CENTRAL
  53.                   ----------------------------------------------
  54.                   For standard time......... SET TZ=CST+06
  55.                   For daylight time......... SET TZ=CDT+05
  56.  
  57.                   MOUNTAIN
  58.                   ----------------------------------------------
  59.                   For standard time......... SET TZ=MST+07
  60.                   For daylight time......... SET TZ=MDT+06
  61.  
  62.                   PACIFIC
  63.                   ----------------------------------------------
  64.                   For standard time......... SET TZ=PST+08
  65.                   For daylight time......... SET TZ=PDT+07
  66.  
  67.                   OTHER TIME ZONES
  68.                   ----------------------------------------------
  69.                   Yukon standard time....... SET TZ=YST+09
  70.                   Alaska standard time...... SET TZ=AST+10
  71.                   Bering standard time...... SET TZ=BST+11
  72.  
  73.          The system defaults to CENTRAL STANDARD time with a deviation
  74.          of +06 hours from Universal time.
  75.  
  76.          For a more detailed discussion about time, please refer to
  77.          the Opus Sysop Manual.
  78.  
  79.          For a more detailed discussion about the Dos SET command,
  80.          please refer to your DOS manual.
  81.  
  82.  
  83.     Step 4:
  84.             Look at and edit your Opus Control File. It will be in 
  85.             the Opus Root directory, named OPUS.CTL.
  86.             You WILL need to Edit the following things:
  87.  
  88.                     Sysop's Name
  89.                     Modem Init String
  90.                     
  91.             You MAY need to Edit these things:
  92.                         
  93.                     Comm Port
  94.                     Max Baud Rate
  95.                     User settings (time limits, download limits, etc.)
  96.  
  97.             Please take the time to look over the Control File, and
  98.             become more familiar with it. If you used the "Stock"
  99.             MAKEOPUS.BAT, then you will not have to worry about all
  100.             the various paths to different files, those were done
  101.             automatically.
  102.     
  103.     Step 5:
  104.             Compile the Control File. Opus does not understand the
  105.             Control file in "User Friendly" form, it has to be 
  106.             compiled into a "Parameter" file. The compiler is named
  107.             OPUS_CTL.EXE. If your Control file was named OPUS.CTL, 
  108.             then you would use the command:
  109.  
  110.                         OPUS_CTL OPUS
  111.  
  112.             OPUS_CTL will take the OPUS.CTL file, and create OPUS.PRM.
  113.             OPUS.PRM is the actual file that Opus reads on start-up.
  114.  
  115.         Step 6:
  116.             Did you re-boot? You will need to re-boot to activate 
  117.             OPUSCOMM, set the time zone variable, etc.
  118.     
  119.     Step 7:
  120.             Start Opus. Make sure you are in the Opus Root directory,
  121.             and start Opus with the command string:
  122.  
  123.                         OPUS [Control File Name]
  124.             
  125.             If your control file was named OPUS.CTL, then your command
  126.             string would look like this:
  127.  
  128.                         OPUS OPUS
  129.  
  130.  
  131. ------------------- If you have problems...............
  132.  
  133.           *  Verify that your control file is set up correctly,
  134.              and edit and re-compile it if needed.
  135.  
  136.           *  Read the Sysop Documentation for further help.
  137.  
  138.                            
  139.                              ###
  140.